PaymentResult

data class PaymentResult(val isSuccessFul: Boolean) : Parcelable

A result of the payment, indicating whether the payment was successful or not.

Parameters

isSuccessFul

Boolean flag indicating the payment result.

Constructors

Link copied to clipboard
constructor(isSuccessFul: Boolean)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)